home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Symbol Processors
/
Find
/
find-unique
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-23
|
345 b
|
11 lines
|
[
TEXT/ScoM
]
find-unique symbol-pattern
Removes those symbols that occur twice or more in symbol-pattern. The output can be used as a fill pattern in fill-template, for example.
(find-unique '(a b b c c d))
--> (a b c d)
(fill-template
(pick-symbol ("binary rhythmics:8-bit binary" 0.5 nil a))
(find-unique (gen-trans a 3)))
--> (= a a a = a a =)